Skip to main content

Run Campaign

AutomatR.TFMailchimp.Activities.RunCampaign

The "Run Campaign" activity in AutomatR is part of the Mailchimp activities package, allowing automation processes to trigger the execution of a specified campaign in a Mailchimp account. This activity facilitates the automation of email campaign management within the Mailchimp platform.

Properties

NameDescription
Input
Campaign NameSpecifies the name of the campaign to be run in the Mailchimp account. String variables containing the campaign name.
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "Run Campaign" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1.

How to use:

  1. Drag and drop the "Run Campaign" activity onto the workflow.
  2. Configure the properties by specifying the campaign name to be executed in the Mailchimp account.
  3. Optionally, configure the delay and customize the display name.
  4. Execute the workflow to trigger the specified Mailchimp campaign.

Example: Consider an example where the "Run Campaign" activity is used to execute a Mailchimp campaign named "Newsletter_Campaign":

Run Campaign:
Display Name: "Run Newsletter Campaign"
Campaign Name: "Newsletter_Campaign"
Delay: 2

In this example, the activity triggers the execution of the Mailchimp campaign named "Newsletter_Campaign" with a delay of 2 seconds. The specified campaign is executed in the Mailchimp account as part of the automation workflow.